home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / noweb / src / lib / Makefile < prev    next >
Makefile  |  1995-02-24  |  233b  |  13 lines

  1. # Copyright 1993 by Norman Ramsey.  All rights reserved.
  2. # See file COPYRIGHT for more information.
  3.  
  4. SHELL=/bin/sh
  5.  
  6. all:
  7.     chmod +x unmarkup emptydefn
  8.  
  9. source: 
  10.  
  11. clean: ;    rm -f *.log *.blg *.dvi *.toc *.aux *.tex *~ 
  12. veryclean: clean
  13.